home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1996 July / Macworld (1996-07).dmg / Shareware World / Applications / LogoMation 1.1.2 / Documentation ƒ / LogoMation's Reference Manual / LogoMation's Reference Manual.rsrc / PICT_13.png < prev    next >
Portable Network Graphic  |  1996-04-07  |  63KB  |  816x1056  |  8-bit (256 colors)
Labels: bulletin board | reckoner | sky
OCR: LogoMation Functions A function is defined follows; the argument list can be empty like in C: FUNCTION name (arg ta tement sta tementn sta tementx The function cons ists of statements through As usual indentati ion defines the scope of the subrout: ine definiti .on. The next tement executed after the funct: ion definiti ion Funct ions can be defined anywherei (e .before or after their use) All funct: .ons return value, either expli icitly usi ingREMURN statement OI impl ici itly when the last statement is execut ted The implicit value is the null string The format return statement is RETURN expr where expr opt: ional and defaults to the null string. funct ion is called much like in C, as fol lows; The argument list can be empty: name (arg The caller s argument list can be shorter than the ...